UIS command component parameters (i.e., UCC parameters) might or might not be required, depending upon implementation. Parameter names and values are defined in line in a DG_F_DEV or DG_T_DEV element or by nesting a uccParms element. ucc stands for UIS command component.
This element is:
To learn about how this element relates to other elements in a CygNet device template file, see Template File Hierarchy.
Example
|
<START desc="Start Command"> <uccItems> <DG_T_DEV dgType="SnglCoilRw" ordinal="0"> <uccParms RegNum="36" Value="0" DataType="boolean"/> </DG_T_DEV> <DG_T_DEV dgType="SnglCoilRw" ordinal="0"> <uccParms RegNum="33" regOff="-1" Value="0" DataType="boolean"/> </DG_T_DEV> <DG_T_DEV dgType="SnglCoilRw" ordinal="0"> <uccParms RegNum="38" regOff="-1" Value="0" DataType="boolean"/> </DG_T_DEV> <DG_T_DEV dgType="SnglCoilRw" ordinal="0"> <uccParms RegNum="35" regOff="-1" Value="1" DataType="boolean"/> </DG_T_DEV> </uccItems> </START> |
The following table lists and describes attributes generally applicable to this element. However, not all of the attributes listed here are applicable to all EIEs. Additionally, some attributes are required for use in every device template file of a certain EIE, but others may be used on a case-by-case or device-by-device basis, depending on your specific needs. All attributes in templates are case sensitive; but the case sensitivity of attribute values is based on context.
Note: Occasionally, device template files for different EIEs use attributes of the same name that do different things. Efforts are made in this document to highlight cases where an attribute by one name does different things in different EIEs.
| Attribute | Description |
|---|---|
| Varies | Depends on implementation. |
| ParameterNames | Attributes of the uccParms element that are also RecParmName or SendParmName parameters for an associated data group must be in that data group. Such attributes must match the case of the associated data group's parameters as well. |